home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / file-tra / wu-ftpd-.000 / wu-ftpd- / wu-ftpd-2.4-fixed / doc / examples / ftpconversions < prev    next >
Encoding:
Text File  |  1994-04-01  |  455 b   |  7 lines

  1.  :.Z:  :  :/bin/compress -d -c %s:T_REG|T_ASCII:O_UNCOMPRESS:UNCOMPRESS
  2.  :   : :.Z:/bin/compress -c %s:T_REG:O_COMPRESS:COMPRESS
  3.  :.gz: :  :/bin/gzip -cd %s:T_REG|T_ASCII:O_UNCOMPRESS:GUNZIP
  4.  :   : :.gz:/bin/gzip -9 -c %s:T_REG:O_COMPRESS:GZIP
  5.  :   : :.tar:/bin/tar -c -f - %s:T_REG|T_DIR:O_TAR:TAR
  6.  :   : :.tar.Z:/bin/tar -c -Z -f - %s:T_REG|T_DIR:O_COMPRESS|O_TAR:TAR+COMPRESS
  7.  :   : :.tar.gz:/bin/tar -c -z -f - %s:T_REG|T_DIR:O_COMPRESS|O_TAR:TAR+GZIP